home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / CARPENTER / SFTP041R / !sFTP / !Run < prev    next >
Text File  |  1998-02-20  |  2KB  |  62 lines

  1. |
  2. | !run for sFTP
  3. |
  4.  
  5.  
  6. | The key remap is to allow sFTP to pick up on the TAB key for filename completion
  7. | and the cursor keys
  8. | Make tab produce ^I
  9. *Key 10 |I
  10. | Make up-arrow produce ^P
  11. *Key 15 |P
  12. | Make down-arrow produce ^N
  13. *Key 14 |N
  14. | Make left-arrow produce ^B
  15. *Key 12 |B
  16. | Make right-arrow produce ^F
  17. *Key 13 |F
  18. Set sFTP$Dir <Obey$Dir>
  19.  
  20.  
  21. RMEnsure LineEditor 2.69 RMLoad <sftp$Dir>.Resources.LineEditor
  22. RMEnsure LineEditor 2.69 Error You need to load lineeditor for the line editing to work.
  23.  
  24. RMEnsure WimpExtension 3.45 RMLoad <sftp$Dir>.Resources.WimpExt
  25. RMEnsure WimpExtension 3.45 Error You need WimpExtension 3.45 or later to run !sFTP
  26.  
  27. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
  28.  
  29. RMENSURE FilterManager 0.09 RMLoad System:modules.FilterMgr
  30. RMENSURE FilterManager 0.09 Error You Need filter manager 0.09 or later
  31.  
  32. RMEnsure BorderUtils 0.02 RMEnsure WindowManager 3.17  RMLoad System:modules.BorderUtil
  33.  
  34. RMEnsure Toolbox    1.23  RMLoad System:modules.toolbox.toolbox
  35. RMEnsure Toolbox    1.23  Error You need toolbox 1.23 or later to run !sFTP
  36. RMEnsure Window     1.15  RMLoad System:modules.toolbox.window
  37. RMEnsure Window     1.15  Error You need window 1.15 or later to run !sFTP
  38. RMEnsure Menu       0.15  RMLoad System:modules.toolbox.menu
  39. RMEnsure Menu       0.15  Error You need menu 0.15 or later to run !sFTP
  40. RMEnsure Iconbar    1.08  RMLoad System:modules.toolbox.iconbar
  41. RMEnsure Iconbar    1.08  Error You need iconbar 1.08 or later to run !sFTP
  42. RMEnsure ProgInfo   0.05  RMLoad System:modules.toolbox.proginfo
  43. RMEnsure ProgInfo   0.05  Error You need proginfo 0.10 or later to run !sFTP
  44.  
  45.  
  46.  
  47. | The following lines make sure that Doggysoft's utility !syslog 
  48. | has been seen by the filer
  49. If "<SysLog$Dir>"="" then Error The !SysLog utility has not yet been seen by the filer
  50. RMEnsure SysLog 0.17 Run <SysLog$Dir>.!Run
  51. RMEnsure SysLog 0.17 Error sFTP needs SysLog 0.17 or later
  52.  
  53.  
  54. | The following lines make sure that !Scrap has been seen by the filer
  55. IF "<Wimp$ScrapDir>"="" then Error Please open a directory containing !Scrap and try again.
  56.  
  57.  
  58. Iconsprites <sFTP$Dir>.!Sprites
  59. Set sFTP$Path <sFTP$Dir>.
  60. wimpslot -min 132K -max 132K
  61. |Run <sFTP$Dir>.!RunImage 2>adfs::4.$.error
  62. Run <sFTP$Dir>.!Runimage